.container {
    margin: 0 auto;
    width: 1240px;
    clear: both;
}

.top {
    width: 1240px;
    height: 117px;
    margin: 0 auto;
    font-size: 13px;
}

.top-logo {
    width: 491px;
    height: 67px;
    margin-top: 30px;
}

.top-search {
    width: 526px;
}

a:hover {
    color: #00772d!important;
}

.search-box {
    position: relative;
    height: 36px;
    width: 524px;
    border: 1px solid #00772d;
    margin: 34px 0 0 0;
}

.s-input {
    float: left;
    width: 371px;
    height: 22px;
    padding: 8px 5px 6px 5px;
}

.btn-submit {
    float: right;
    box-sizing: content-box;
    width: 118px;
    height: 36px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    background-color: #00772d;
    border-radius: 0;
    outline: 0;
}

.input-text {
    width: 300px;
    height: 18px;
    font-size: 13px;
    outline: 0;
    border: 0;
    background: 0;
}

.search-keyword {
    float: left;
    height: 20px;
    width: 465px;
    margin-right: -8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    zoom: 1;
    margin-top: 4px;
    line-height: 20px;
}

.word a,
a.search-more {
    color: #858585;
}

.search-more {
    float: right;
    margin-top: 4px;
}

.navbar {
    position: relative;
    z-index: 9;
    height: 61px;
    line-height: 61px;
    background: #f5f5f5;
}

.nav {
    font-size: 16px;
    width: 1240px;
    margin: 0 auto;
}

.nav .item {
    float: left;
    padding: 0 0 0 0;
    padding-right: 58px;
    text-align: center;
}

.nav .item a {
    cursor: pointer;
    color: #252525;
    padding-right: 15px;
    text-align: center;
}

.nav .item a.cur {
    color: #00772d;
}

.nav .item:last-child {
    padding-right: 5px;
}


/*全屏滚动 banner */

.w-banner {
    width: 100%;
    position: relative;
}

.w-banner img {
    width: 100%;
}

.w-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 410px;
}

.w-banner .banner ul li {
    display: none;
    opacity: 0;
}

.w-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.w-banner .banner ul li img {
    width: 100%;
    position: absolute;
    height: 410px;
    overflow: hidden;
}

.w-banner .nexImg,
.w-banner .preImg {
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 55%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}

.w-banner .nexImg:hover,
.w-banner .preImg:hover {
    opacity: 0.8;
}

.w-banner .nexImg {
    right: 0px;
}

.w-banner .nexImg img,
.w-banner .preImg img {}

.w-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.w-banner .jumpBtn ul {
    margin-bottom: 0px;
}

.w-banner .jumpBtn ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .w-banner {
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .w-banner .banner ul li img {
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}


/*资质与荣誉 banner */

.h-banner {
    width: 100%;
    position: relative;
}

.h-banner img {
    width: 100%;
}

.h-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.h-banner .banner ul li {
    display: none;
    opacity: 0;
}

.h-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.h-banner .banner ul li img {
    width: 100%;
    position: absolute;
    height: 410px;
    overflow: hidden;
}

.h-banner .nexImg,
.h-banner .preImg {
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 55%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}

.h-banner .nexImg:hover,
.h-banner .preImg:hover {
    opacity: 0.8;
}

.h-banner .nexImg {
    right: 0px;
}

.h-banner .nexImg img,
.h-banner .preImg img {}

.h-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.h-banner .jumpBtn ul {
    margin-bottom: 0px;
}

.h-banner .jumpBtn ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .h-banner {
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .h-banner .banner ul li img {
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}

.news-box {
    float: left;
    width: 898px;
    height: 290px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-box .box-hd {
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    color: #00772d;
    line-height: 1.5;
}

.box-hd {
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    color: #00772d;
    line-height: 1.5;
}

.box-hd .title {
    padding-left: 10px;
    background: url(../img/line.png) no-repeat left 4px;
    height: 27px;
    color: #00772d;
    font-size: 18px;
    display: inline-block;
}

.box-hd .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
    color: #999;
    font-size: 14px;
}

.news-box .news-list {
    width: 930px;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    zoom: 1;
}

.news-box .news-list li {
    float: left;
    width: 290px;
    margin: 0 33px 0 0;
    border: 1px solid #e5e5e5;
    height: 207px;
}

.news-box .news-list li .pic {
    position: relative;
    width: 290px;
    height: 162px;
    margin-bottom: 12px;
    overflow: hidden;
}

.news-box .news-list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 162px;
    transition: all .3s;
}

.news-box .news-list li .title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.convenient-service {
    float: right;
    width: 327px;
    margin-bottom: 5px;
}

.convenient-service .box-hd {
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    color: #00772d;
    line-height: 1.5;
}

.convenient-service .box-bd {
    width: 324px;
    height: 208px;
    border: 1px solid #e9eaeb;
    border-bottom: 0;
    border-right: 0;
}

.convenient-service .box-hd .more {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
    color: #999;
    font-size: 14px;
}

.convenient-service .item {
    position: relative;
    float: left;
    width: 107px;
    height: 103px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.convenient-service .item .item-shadow {
      position: absolute;
    width: 108px;
    height: 103px;
    padding-top: 0;
    left: 0;
    z-index: 100;
    transition: all .2s linear;
    top: 0;
    box-shadow: 0 0 0 #e1e1e1;
    overflow: hidden;
}

.convenient-service .item .item-shadow:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 4px 8px #e1e1e1
}

.business-area {
    width: 607px;
    float: left;
    margin-bottom: 15px;
}

.business-area .area-list {
    clear: both;
    margin-top: 15px;
}

.business-area .area-list a {
    float: left;
    width: 302px;
    height: 281px;
}

.honor-certificate {
    width: 608px;
    float: right;
    margin-bottom: 15px;
}

.honor-slide {
    height: 281px;
    border: 1px solid #e5e5e5;
}

.news-four {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.news-four .box-bd {
    border: 1px solid #e5e5e5;
}

.news-four:last-child {
    margin-right: 0;
}

.news-four .headline {
    margin-bottom: 10px;
}

.news-four .headline .pic {
    width: 298px;
    height: 170px;
    overflow: hidden;
}

.news-four .headline img {
    width: 298px;
    height: 170px;
    vertical-align: middle;
    border: 0;
    transition: all .3s;
}

.headline .text {
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    width: 288px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-top: -32px;
    background: url(../img/bgblack.png) repeat-x;
}

.news-four .headline .text a,
.news-four .headline .text a:hover {
    color: #fff;
}

.news-four .news-list {
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
}

.news-four .news-list .item {
    padding-left: 12px;
    background: url(../img/dian.jpg) 0 center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.news-four .news-list a {
    color: #333;
}

.news-four .box-bd .more {
    float: right;
    margin: 8px 20px 15px 0;
}

.news-four .headline .pic img:hover {
    transform: scale(1.08)
}


/* hot-event */

.hot-event {
    position: relative;
    height: 280px;
    width: 607px;
    margin: 0 auto;
}

.hot-event .switch-tab {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 42%;
    z-index: 999;
}

.hot-event .switch-tab a,
.hot-event .switch-tab .current {
    margin: 0 2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 99em;
    overflow: hidden;
    background-image: url(../img/bg.png);
    background-position: -161px 0;
}

.hot-event .switch-tab .current {
    background-image: url(../img/bg.png);
    background-position: -195px 0;
}

.hot-event .switch-nav {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.hot-event .switch-nav .i-prev {
    background-image: url(../img/bg.png);
    background-position: -127px 0;
}

.hot-event .switch-nav .prev {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
}

.hot-event .switch-nav .next {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
}

.hot-event .switch-nav .i-next {
    background-image: url(../img/bg.png);
    background-position: -144px 0;
}

.hot-event .switch-nav a {
    display: inline-block;
    padding: 0;
    background: rgba(0, 0, 0, .3);
    border-style: solid;
    border-color: rgba(255, 255, 255, .6);
    width: 49px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.hot-event .switch-nav a:hover {
    background: rgba(0, 0, 0, .2);
}

.hot-event .event-item {
    height: 280px;
    width: 607px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.hot-event .event-item a img {
    height: 281px;
    width: 607px;
}

.ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 999em;
    overflow: hidden;
}
.main{
    width: 90%;
    margin: 54px auto 0;
}
.mainList{
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}
.mainList div{
    cursor: pointer;
    width: 186px;
    height: 132px;
}
.ryzz>div{
    display: inline-block;
    width: 47%;
    vertical-align: top;

}
.ryzzTitle{
    color: #6D6D6D;
    font-size: 16px;
    font-weight: bold;
    border-bottom:3px solid #ACACAC;
    padding-bottom: 10px;

}
.ryzzTitle h2 ,.solutionTitle h2{
    color: #00772D;
    font-size: 24px;
    font-weight: bold !important;
    margin-bottom: 4px;
}
.ryeng{
    display: inline-block;
}
.ryzzTitle .more{
    font-size: 16px;
    font-weight: normal;
    float: right;
    cursor: pointer;
}
.carouselBanner{
    width: 90%;
    height: auto;
    background: #DDDDDD;
    padding: 29px 34px;
    box-sizing: border-box;
    margin: 20px auto 0;
}
.carouselBanner img{
    width: 100%;
    height: 100%;
}
.zzright{
    margin-left:6% ;
    overflow: hidden;
}
.newList{
    font-size: 16px;
    color: #C3C3C3;
    margin-top: 30px;
}
.newList li{
    margin-bottom: 30px;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 20px;
}
.newList li>div{
    display: inline-block;
    vertical-align: middle;

}
.newdate{
    width: 85px;
    height: 57px;
    background: #FFFFFF;
    border: 1px solid #6D6D6D;
    text-align: center;
}
.newdate .year{
    color: #444;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    background: #C3C3C3;
}
.newMain{
    width: 80%;
    margin-left: 8px;
    font-size: 14px;
    color: #C3C3C3;
    /*height: 100px;*/
    overflow: hidden;
    cursor: pointer;
}
.newMain h3{
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    margin-bottom: 6px;
}
.solutionTitle{
    text-align: center;
    font-size: 16px;
    color: #6D6D6D;
    font-weight: bold;
    margin: 40px 0 30px;

}
.solulist{
    display: flex;
    justify-content: space-around;
}
.solulist>div{
    width: 176px;
    height: 264px;
    cursor: pointer;
    position: relative;
}
.titlep{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background:rgba(0, 0, 0, 0.65);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding:0 10px;
    box-sizing: border-box;

}
.maxTitle{
    text-align: center;
    width: 100%;
    height: 110px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-size: cover;
    margin-top: 80px;
}
.productsList{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #6D6D6D;
    line-height: 29px;
    margin-top: 50px;
}
.productsList li img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.productsList li h1{
    font-size: 20px;
    color: #0E0E0E;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}
.productsList li>div{
    margin-left: 80px;
}
.productsList li p{
    cursor: pointer;
}
#slideContent{
    width: 100%;
    height:calc(100vh - 178px);;
    position: relative;
    cursor: pointer;

}
#slideContent img{
    width: 100%;
    height: 100%;
}